home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / DeleteGraphicsChange.h < prev    next >
Text File  |  1992-02-09  |  137b  |  11 lines

  1. @interface DeleteGraphicsChange : GraphicsChange
  2. {
  3. }
  4.  
  5. - free;
  6. - (const char *)changeName;
  7. - saveBeforeChange;
  8. - changeDetailClass;
  9.  
  10. @end
  11.